home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-06-03 | 818 b | 28 lines | [TEXT/MPS ] |
- ObjDir = :o:
- App = sample
- Objects = "{ObjDir}"sample.obj
- Server = your.server:your.name:
-
- {App} ƒ "{ObjDir}"sample.lnk
- # duplicate -y -d "{ObjDir}"sample.bin≈ "{Server}"
- DuplicateIIGS -y -mac "{ObjDir}"sample.bin≈ :
-
- "{ObjDir}"sample.lnk ƒ "{Objects}" makefile
- LinkIIGS -x ∂
- -lib "{dynamo}"libs:rt.lib "{Objects}" ∂
- -lseg sample1 -org $0800 ∂
- "{ObjDir}"sample.obj(part1) ∂
- "{ObjDir}"sample.obj(strspace) ∂
- -lseg sample2 -org $8000 ∂
- "{ObjDir}"sample.obj(part2) ∂
- -lseg libstuff -org $9000 ∂
- "{dynamo}"libs:rt.lib ∂
- -lseg trash -org $1F00 ∂
- "{ObjDir}"sample.obj(varspace) ∂
- -o "{ObjDir}"sample.lnk
- makebiniigs "{ObjDir}"sample.lnk -o "{ObjDir}"sample.bin
- Delete "{ObjDir}"sample.bin.4
-
- "{ObjDir}"sample.obj ƒ app.config makefile sample.a
- asmiigs sample.a -o "{ObjDir}"sample.obj
-